isCapturedViewUnder

Determine if the currently captured view is under the given point in the parent view's coordinate system. If there is no captured view this method will return false.

Return

true if the captured view is under the given point, false otherwise

Parameters

x

X position to test in the parent's coordinate system

y

Y position to test in the parent's coordinate system